home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_treeflame.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.3 KB  |  62 lines

  1. // ====================
  2. // MISSILE BUILDING HIT
  3. // ====================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 2
  9. particleClass1 = "treeflame.smoke"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 5.0 0.0"
  12. particleBias1 = "0.0 0.0 0.0"
  13.  
  14. particleClass2 = "treeflame.flame"
  15. particleCount2 = 1
  16. particleVeloc2 = "0.0 0.0 0.0"
  17. particleBias2 = "0.0 0.0 0.0"
  18.  
  19. explSound = "xms2.wav"
  20. damageRadius = 5.0
  21. damageValue(N) = 50
  22. damageValue(L) = 50
  23. damageValue(H) = 50
  24. damageValue(S) = 50
  25. damageValue(D) = 50
  26. damageValue(A) = 50
  27.  
  28. [Smoke]
  29. simulateBase = "sim_smoke"
  30. lifeTime = 1
  31. renderBase = "draw_twirl_trail"
  32. textureName = "smoke.tga"
  33. textureBlend = "srcalpha invsrcalpha modulatealpha"
  34. startColor = "0 0 0 128"
  35. finishColor = "0 0 0 0"
  36. startRadius = 0.5
  37. finishRadius = 2.0
  38. animateTime = 0.5
  39. rotationRate = 2.0
  40. emitDelay = 0.05
  41. emitVelocity = "0.0 0.0 0.0"
  42. emitVariance = "2.0 2.0 2.0"
  43. emitLife = 1
  44.  
  45. [Flame]
  46. simulateBase = "sim_smoke"
  47. lifeTime = 1
  48. renderBase = "draw_twirl_trail"
  49. textureName = "flame2.tga"
  50. textureBlend = "one one modulate"
  51. startColor = "255 255 200 128"
  52. finishColor = "255 0 0 0"
  53. startRadius = .8
  54. finishRadius = .1
  55. animateTime = 0.5
  56. rotationRate = 10.0
  57. emitDelay = 0.03
  58. emitVelocity = "0.0 10.0 0.0"
  59. emitVariance = "2.0 2.0 2.0"
  60. emitLife = 1
  61.  
  62.